home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Word Services Suite 1.0.4 / Writeswell Jr. Source / headers / MyTextEdit.h < prev    next >
Encoding:
Text File  |  1993-04-12  |  336 b   |  12 lines  |  [TEXT/KAHL]

  1. /* MyTextEdit.h
  2.  * Interface to useful utility routines for TextEdit in Writeswell Jr.
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 4 Mar 93 Mike Crawford
  5.  */
  6.  
  7. void MyTEKey( WindowPtr docWindow,
  8.                 ControlHandle vertScroll,
  9.                 char theChar,
  10.                 Boolean readOnly );
  11. TEHandle GetTextHandle( WindowPtr theWindow );
  12.